*
L
2 天以前 7e68f81b38116bba40e70620c563168fcde66a37
src/main/webapp/views/deviceOperate/crnOperate.html
@@ -78,9 +78,12 @@
                     <el-form-item label="测试库位数量">
                        <el-input v-model="formParam.locMastDemoCount" placeholder="测试库位数量"></el-input>
                     </el-form-item>
                     <el-form-item label="测试库位">
                        <el-input v-model="formParam.locMastDemo" placeholder="测试库位 分隔符;"></el-input>
                     <el-form-item label="原始出库库位">
                        <el-input v-model="formParam.locMastDemoF" placeholder="原始有物库位"></el-input>
                     </el-form-item>
<!--                     <el-form-item label="原始空库位">-->
<!--                        <el-input v-model="formParam.locMastDemoE" placeholder="原始有物库位"></el-input>-->
<!--                     </el-form-item>-->
                     <el-form-item label="堆垛机放货站点">
                        <el-input v-model="formParam.staOutDemo" placeholder="堆垛机放货站点"></el-input>
                     </el-form-item>
@@ -220,7 +223,8 @@
               sourceLev: 1,
               staNo: null,
               locMastDemoCount: 3,
               locMastDemo: null,
               locMastDemoF: null,
               locMastDemoE: null,
               staOutDemo: null,
               staIntDemo: null,
               row: 1,
@@ -352,7 +356,8 @@
                        hpMk: this.hpMkDemo ? "Y" : "N",
                        staOutDemo: this.formParam.staOutDemo,
                        staIntDemo: this.formParam.staIntDemo,
                        locMastDemo: this.formParam.locMastDemo,
                        locMastDemoF: this.formParam.locMastDemoF,
                        locMastDemoE: this.formParam.locMastDemoE,
                        locMastDemoCount: this.formParam.locMastDemoCount,
                        crnNo: this.formParam.crnNo
                     }