|
@@ -990,7 +990,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
<el-form-item label="箱量" prop="fCntqty">
|
|
<el-form-item label="箱量" prop="fCntqty">
|
|
- <el-input v-model="importList.fCntqty" style="width: 100%" placeholder="箱量" />
|
|
|
|
|
|
+ <el-input v-model="importList.fCntqty" style="width: 100%" placeholder="箱量" v-input-limit="0"/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
@@ -6849,7 +6849,13 @@ export default {
|
|
},
|
|
},
|
|
//从表库位弹窗下拉树状事件
|
|
//从表库位弹窗下拉树状事件
|
|
getAlltree(tree) {
|
|
getAlltree(tree) {
|
|
- this.importList.fWarehouseInformation = tree.fWarehouseInformation
|
|
|
|
|
|
+ console.log(tree)
|
|
|
|
+ this.fWarehouseidOptions.forEach(e=>{
|
|
|
|
+ if(e.fId==tree){
|
|
|
|
+ this.importList.fWarehouseInformation = e.fWarehouseInformation
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+
|
|
},
|
|
},
|
|
submitForm() {
|
|
submitForm() {
|
|
let checkData = {
|
|
let checkData = {
|