lichao преди 3 години
родител
ревизия
462813f216
променени са 1 файла, в които са добавени 15 реда и са изтрити 1 реда
  1. 15 1
      src/components/fastStorage/fastOutStock/index.vue

+ 15 - 1
src/components/fastStorage/fastOutStock/index.vue

@@ -320,7 +320,14 @@
                 clearable
               ></el-input>
             </span>
-                  <span v-else-if="item.label == 'fBusinessType'">
+            <span v-else-if="item.label == 'fNowCarton'">
+              <el-input
+                v-model="scope.row.fNowCarton"
+                placeholder="请输入现箱号"
+                clearable
+              ></el-input>
+            </span>
+            <span v-else-if="item.label == 'fBusinessType'">
               <el-select
                 v-model="scope.row.fBusinessType"
                 filterable
@@ -861,6 +868,13 @@ export default {
         },
         {
           surface: "14",
+          label: "fNowCarton",
+          name: "现箱号",
+          checked: 0,
+          width: 120,
+        },
+        {
+          surface: "14",
           label: "remark",
           name: "备注",
           checked: 0,