Forráskód Böngészése

色泽编码原材料编号改为数据库自增、原材料二维码显示规格信息

xuezizhuo 1 éve
szülő
commit
30bd33158e

+ 5 - 5
zkqy-ui/src/views/orderMange/masterbatchManage/index.vue

@@ -193,7 +193,7 @@ export default {
     reset() {
       this.form = {
         id: null,
-        materielCode: null,
+        // materielCode: null,
         materielName: null,
         materielAsname: null,
         subordinateDepartmen: null,
@@ -259,10 +259,10 @@ export default {
     handleAdd() {
       this.isEdit = false;
       this.reset();
-      getMaterielCode().then(response => {
-        console.log(response.data)
-        this.form.materielCode = response.data
-      });
+      // getMaterielCode().then(response => {
+      //   console.log(response.data)
+      //   this.form.materielCode = response.data
+      // });
       this.open = true;
       this.title = "添加物料信息";
     },

+ 1 - 1
zkqy-ui/src/views/orderMange/purchase/listInfoTwo.vue

@@ -917,7 +917,7 @@ export default {
         codeData: codeString,
         showMsg: [
           { label: "批号", value: stringInner },
-          { label: "母粒编码", value: row.materieEncoding },
+          { label: "规格", value: row.specificationModel },
           { label: "色号", value: row.materieColorNumber },
         ],
       });