Explorar o código

优化快速出入库

lichao %!s(int64=3) %!d(string=hai) anos
pai
achega
3a3de689c6

+ 2 - 2
src/components/fastStorage/fastInStock/index.vue

@@ -575,14 +575,14 @@ export default {
           label: "fWarehouseInformation",
           name: "库区",
           checked: 0,
-          width: 150,
+          width: 200,
         },
         {
           surface: "7",
           label: "fQty",
           name: "件数",
           checked: 0,
-          width: 100,
+          width: 120,
         },
         {
           surface: "8",

+ 18 - 14
src/components/fastStorage/fastOutStock/index.vue

@@ -169,6 +169,20 @@
           </el-form-item>
         </el-col>
       </el-row>
+      <el-row>
+        <el-col :span="24">
+          <el-form-item label="备注">
+            <el-input
+              type="textarea"
+              :autosize="{ minRows: 2, maxRows: 4}"
+              placeholder="请输入备注"
+              v-model="form.remark"
+              style="width: 100%"
+            >
+            </el-input>
+          </el-form-item>
+        </el-col>
+      </el-row>
     <div style="margin: 10px 0">
       <!--      列设置-->
       <el-dialog title="提示" :visible.sync="showSetting" width="700px" v-dialogDrag append-to-body>
@@ -371,20 +385,6 @@
         </el-table-column>
       </el-table>
     </div>
-      <el-row>
-        <el-col :span="24">
-          <el-form-item label="备注">
-            <el-input
-              type="textarea"
-              :autosize="{ minRows: 2, maxRows: 4}"
-              placeholder="请输入备注"
-              v-model="form.remark"
-              style="width: 100%"
-            >
-            </el-input>
-          </el-form-item>
-        </el-col>
-      </el-row>
     </el-form>
 
 <!--    打印-->
@@ -435,6 +435,10 @@
               <td colspan="7">{{ stockaddr }}</td>
             </tr>
             <tr>
+              <td>备注</td>
+              <td colspan="7">{{ form.remark }}</td>
+            </tr>
+            <tr>
               <td colspan="8">
                 雨/雪天装货司机自愿装车,出现货物水湿与仓库无关!数量准确无误,货物包装完好!
               </td>