Просмотр исходного кода

1.修改物料申请单物料编码取值
2.修改采购订单生成需求来源名称

002390 1 год назад
Родитель
Сommit
2e2f2decfd

+ 2 - 2
src/views/material/requisition/add.vue

@@ -63,8 +63,8 @@
                 </el-form-item>
               </el-col>
               <el-col :span="6">
-                <el-form-item label="物料编码" prop="materialCode">
-                  <el-input :disabled="disable" v-model="basicForm.materialCode" disabled></el-input>
+                <el-form-item label="物料编码" prop="code">
+                  <el-input :disabled="disable" v-model="basicForm.code" disabled></el-input>
                 </el-form-item>
               </el-col>
               <el-col :span="6">

+ 1 - 1
src/views/material/requisition/columns.js

@@ -20,7 +20,7 @@
     { item: { key: "oneClassify", title: "物料一级分类" ,width:150,}, attr: {} },
     { item: { key: "materialType", title: "物料基本分类" ,width:150,}, attr: {} },
     { 
-      item: { key: "materialCode", title: "物料编码" }, 
+      item: { key: "code", title: "物料编码" }, 
       attr: {
    
       } 

+ 1 - 1
src/views/purchase/task/see/columns.js

@@ -48,7 +48,7 @@ export default function useColumns() {
     },
     { item: { key: "puOrgName", title: "采购组织" }, attr: {} },
     { item: { key: "currencyName", title: "币种" }, attr: {} },
-    { item: { key: "source", title: "需求单号" }, attr: {} },
+    { item: { key: "source", title: "需求来源" }, attr: {} },
     {
       item: { key: "customerName", title: "收货客户" },
       attr: {},