tong 4 лет назад
Родитель
Сommit
90ae0f503f

+ 3 - 3
src/views/warehouseBusiness/inStock/index.vue

@@ -1208,8 +1208,8 @@
           <template slot-scope="scope">
             <el-input
               v-model="scope.row.createBy"
-              :disabled="browseStatus"
-              placeholder="默认登陆人"
+              disabled
+              placeholder="上传人"
               show-word-limit
             />
           </template>
@@ -2420,7 +2420,7 @@ export default {
       this.relevantAttachments.push({
         fUrl: null,
         fName: null,
-        createBy: this.queryParams.createBy,
+        createBy: this.form.createBy,
         createTime: Date.parse(new Date()),
       });
     },

+ 3 - 3
src/views/warehouseBusiness/outStock/index.vue

@@ -1156,8 +1156,8 @@
           <template slot-scope="scope">
             <el-input
               v-model="scope.row.createBy"
-              :disabled="browseStatus"
-              placeholder="默认登陆人"
+              disabled
+              placeholder="上传人"
               show-word-limit
             />
           </template>
@@ -2359,7 +2359,7 @@ export default {
       this.relevantAttachments.push({
         fUrl: null,
         fName: null,
-        createBy: this.queryParams.createBy,
+        createBy: this.form.createBy,
         createTime: Date.parse(new Date()),
       });
     },