002390 1 жил өмнө
parent
commit
b88bad1332

+ 5 - 3
src/views/material/requisition/add.vue

@@ -991,10 +991,10 @@
         }
         }
       } else if (this.pageStu == 'edit') {
       } else if (this.pageStu == 'edit') {
         // alert('修改页面')
         // alert('修改页面')
-        console.log('页面状态', this.pageStu)
-        console.log('数据', this.row)
+        // console.log('页面状态', this.pageStu)
+        // console.log('数据', this.row)
         this.getDetails(this.row)
         this.getDetails(this.row)
-        console.log('修改页面-批号库存管理状态', this.row.isInventoryStatus)
+        // console.log('修改页面-批号库存管理状态', this.row.isInventoryStatus)
         this.stockControl(this.row.isInventoryStatus)
         this.stockControl(this.row.isInventoryStatus)
         // 控制效期单位后面的是否可填写
         // 控制效期单位后面的是否可填写
         if (this.row.expiryDateManagerment == '0') {
         if (this.row.expiryDateManagerment == '0') {
@@ -1159,7 +1159,9 @@
       },
       },
       // 用于回显四级分类树形选择
       // 用于回显四级分类树形选择
       getTreeDetails(id) {
       getTreeDetails(id) {
+        console.log(id,'用于回显四级分类树形选择');
         getDetail(id).then(res => {
         getDetail(id).then(res => {
+          console.log(res,'用于回显四级分类树形选择');
           if (res.code === 200) {
           if (res.code === 200) {
             this.testOptions.push(res.data)
             this.testOptions.push(res.data)
             this.basicForm.oneClass = res.data.oneClass
             this.basicForm.oneClass = res.data.oneClass

+ 13 - 3
src/views/purchase/purchase-order/column.js

@@ -1215,8 +1215,8 @@ export const SearchColumns = [
       placeholder:'请输入采购需求单号,多个使用,隔开',
       placeholder:'请输入采购需求单号,多个使用,隔开',
     },
     },
   },
   },
-  // 生产厂家
   { 
   { 
+    // 生产厂家
     item:{
     item:{
       key: "manufacturerName",
       key: "manufacturerName",
       title: "生产厂家代理人",
       title: "生产厂家代理人",
@@ -1226,8 +1226,18 @@ export const SearchColumns = [
       is: "el-input",
       is: "el-input",
     },
     },
   },
   },
-  // 制单人
-
+  {
+    item:{
+      key: "createByName",
+      title: "制单人",
+    },
+    attr: {
+      clearable:true,
+      is: "el-popover-select-v2",
+      referName: "CONTACTS_PARAM",
+      valueKey: "name",
+    },
+  },
   {
   {
     item:{
     item:{
       key: "buyers",
       key: "buyers",