| | |
| | | <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> |
| | |
| | | sourceLev: 1, |
| | | staNo: null, |
| | | locMastDemoCount: 3, |
| | | locMastDemo: null, |
| | | locMastDemoF: null, |
| | | locMastDemoE: null, |
| | | staOutDemo: null, |
| | | staIntDemo: null, |
| | | row: 1, |
| | |
| | | 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 |
| | | } |