浏览代码

仓库费用明细备注保存不上问题

lichao 3 年之前
父节点
当前提交
eb3165ff8f

+ 4 - 4
src/views/Warehousing/cargoClearance/AddOrUpdate.vue

@@ -1453,7 +1453,7 @@
           </el-table-column>
 
           <el-table-column
-            prop="remarks"
+            prop="remark"
             header-align="center"
             align="center"
             width="150px"
@@ -1461,7 +1461,7 @@
           >
             <template slot-scope="scope">
               <el-input
-                v-model="scope.row.Remarks"
+                v-model="scope.row.remark"
                 :disabled="browseStatus || scope.row.fBillstatus === 6"
                 placeholder="备注"
                 show-word-limit
@@ -1845,7 +1845,7 @@
             </template>
           </el-table-column>
           <el-table-column
-            prop="remarks"
+            prop="remark"
             header-align="center"
             align="center"
             width="150px"
@@ -1853,7 +1853,7 @@
           >
             <template slot-scope="scope">
               <el-input
-                v-model="scope.row.remarks"
+                v-model="scope.row.remark"
                 :disabled="browseStatus || scope.row.fBillstatus === 6"
                 placeholder="备注"
                 show-word-limit

+ 2 - 2
src/views/Warehousing/components/incomeMoney.vue

@@ -489,7 +489,7 @@
       </span>
 
       <el-table-column
-          prop="remarks"
+          prop="remark"
           header-align="center"
           align="center"
           width="150px"
@@ -497,7 +497,7 @@
       >
         <template slot-scope="scope">
           <el-input
-              v-model="scope.row.Remarks"
+              v-model="scope.row.remark"
               :disabled="browseStatus || scope.row.fBillstatus == 6"
               placeholder="备注"
               show-word-limit

+ 2 - 2
src/views/Warehousing/components/payMoney.vue

@@ -335,7 +335,7 @@
         </template>
       </el-table-column>
       <el-table-column
-        prop="remarks"
+        prop="remark"
         header-align="center"
         align="center"
         width="150px"
@@ -343,7 +343,7 @@
       >
         <template slot-scope="scope">
           <el-input
-            v-model="scope.row.remarks"
+            v-model="scope.row.remark"
             :disabled="browseStatus || scope.row.fBillstatus == 6"
             placeholder="备注"
             show-word-limit

+ 1 - 0
src/views/Warehousing/costModify/AddOrUpdate.vue

@@ -894,6 +894,7 @@ export default {
         fSrcTypeId: 10,
         fBillstatus: null,
         actId: 1000,
+        fBilltype: this.form.fBilltype
       }
       console.log(list)
       this.formfeesList.push(list)

+ 4 - 4
src/views/Warehousing/goodsTransfer/AddOrUpdate.vue

@@ -963,7 +963,7 @@
           </el-table-column>
 
           <el-table-column
-            prop="remarks"
+            prop="remark"
             header-align="center"
             align="center"
             width="150px"
@@ -971,7 +971,7 @@
           >
             <template slot-scope="scope">
               <el-input
-                v-model="scope.row.Remarks"
+                v-model="scope.row.remark"
                 :disabled="browseStatus || scope.row.fBillstatus == 6"
                 placeholder="备注"
                 show-word-limit
@@ -1355,7 +1355,7 @@
             </template>
           </el-table-column>
           <el-table-column
-            prop="remarks"
+            prop="remark"
             header-align="center"
             align="center"
             width="150px"
@@ -1363,7 +1363,7 @@
           >
             <template slot-scope="scope">
               <el-input
-                v-model="scope.row.remarks"
+                v-model="scope.row.remark"
                 :disabled="browseStatus || scope.row.fBillstatus == 6"
                 placeholder="备注"
                 show-word-limit

+ 2 - 2
src/views/Warehousing/inAndOutStock/AddOrUpdate.vue

@@ -2939,7 +2939,7 @@
             </template>
           </el-table-column>
           <el-table-column
-              prop="remarks"
+              prop="remark"
               header-align="center"
               align="center"
               width="150px"
@@ -2947,7 +2947,7 @@
           >
             <template slot-scope="scope">
               <el-input
-                  v-model="scope.row.remarks"
+                  v-model="scope.row.remark"
                   :disabled="browseStatus"
                   placeholder="备注"
                   show-word-limit

+ 2 - 2
src/views/Warehousing/outStock/AddOrUpdate.vue

@@ -2107,7 +2107,7 @@
             </template>
           </el-table-column>
           <el-table-column
-              prop="remarks"
+              prop="remark"
               header-align="center"
               align="center"
               width="150px"
@@ -2115,7 +2115,7 @@
           >
             <template slot-scope="scope">
               <el-input
-                  v-model="scope.row.remarks"
+                  v-model="scope.row.remark"
                   :disabled="browseStatus || scope.row.fBillstatus === 6"
                   placeholder="备注"
                   show-word-limit

+ 4 - 4
src/views/Warehousing/stockTransfer/AddOrUpdate.vue

@@ -1779,7 +1779,7 @@
           </el-table-column>
 
           <el-table-column
-            prop="remarks"
+            prop="remark"
             header-align="center"
             align="center"
             width="150px"
@@ -1787,7 +1787,7 @@
           >
             <template slot-scope="scope">
               <el-input
-                v-model="scope.row.Remarks"
+                v-model="scope.row.remark"
                 :disabled="browseStatus || scope.row.fBillstatus == 6"
                 placeholder="备注"
                 show-word-limit
@@ -2171,7 +2171,7 @@
             </template>
           </el-table-column>
           <el-table-column
-            prop="remarks"
+            prop="remark"
             header-align="center"
             align="center"
             width="150px"
@@ -2179,7 +2179,7 @@
           >
             <template slot-scope="scope">
               <el-input
-                v-model="scope.row.remarks"
+                v-model="scope.row.remark"
                 :disabled="browseStatus || scope.row.fBillstatus == 6"
                 placeholder="备注"
                 show-word-limit