このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
bpa
/
BPA.KitChen.Web
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
1
Wiki
アクティビティ
ソースを参照
提交
hotfix_20220515_release
gwbvipvip
2年前
親
a33e299bac
コミット
9da7337ad3
2個のファイルの変更
、
7行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
src/pages/store/printer/Printer/index.jsx
+6
-1
src/pages/store/printer/printerTemplate/index.jsx
+ 1
- 0
src/pages/store/printer/Printer/index.jsx
ファイルの表示
@@ -287,6 +287,7 @@ const PrinterInfo = () => {
formRef={formRef}
layout={'horizontal'}
autoFocusFirstInput>
<br/>
<ProFormText style={{ marginTop: '-10px', }} name="applicationId" label="应用ID" placeholder="请输入应用ID">
<Field mode={'edit'} />
</ProFormText>
+ 6
- 1
src/pages/store/printer/printerTemplate/index.jsx
ファイルの表示
@@ -97,7 +97,12 @@ const printerTemplateInfo = () => {
if (action == 'remove') {
SetIsAdd(false);
DelPrinterTemplater([targetKey]).then((result) => {
GetStoreTemplaterList();
if (result.data) {
GetStoreTemplaterList();
message.success('成功');
} else {
message.success('失败');
}
});
書き込み
プレビュー
読み込み中…
キャンセル
保存