更新
This commit is contained in:
@@ -188,6 +188,9 @@
|
||||
:value="item.value"/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="领料部门" label-width="100px" size="small">
|
||||
<el-input v-model="form3.department" size="small" placeholder="领料部门" style="width: 200px"/>
|
||||
</el-form-item>
|
||||
<el-form-item label="人员编号" prop="password" label-width="100px" size="small">
|
||||
<el-input v-model="form3.password" size="small" placeholder="人员编号" style="width: 200px"/>
|
||||
</el-form-item>
|
||||
@@ -272,6 +275,7 @@ export default {
|
||||
},
|
||||
form3: {
|
||||
outTypeValue: '',
|
||||
department: '',
|
||||
password: ''
|
||||
},
|
||||
form4: {
|
||||
@@ -434,6 +438,7 @@ export default {
|
||||
inputPassword() {
|
||||
this.form3.outTypeValue = ''
|
||||
this.form3.password = ''
|
||||
this.form3.department = ''
|
||||
this.dialogFormVisible3 = true
|
||||
},
|
||||
selectable(row, index) { // 控制某行是否可选
|
||||
@@ -559,7 +564,7 @@ export default {
|
||||
this.outNumber.push(this.pickListTable2[i].出库数量)
|
||||
}
|
||||
}
|
||||
submitOutStore(this.multipleSelection, this.basePartNum, this.materialNum, this.parchasePartNum, this.purchaseBillNum, this.groupNumValue, this.machineValue, this.outNumber, this.id, this.form3.password, this.form3.outTypeValue, this.pickingListNum, this.offlineNum).then(response => {
|
||||
submitOutStore(this.multipleSelection, this.basePartNum, this.materialNum, this.parchasePartNum, this.purchaseBillNum, this.groupNumValue, this.machineValue, this.outNumber, this.id, this.form3.password, this.form3.outTypeValue, this.pickingListNum, this.offlineNum, this.form3.department).then(response => {
|
||||
if (response.data[0].result === '1') {
|
||||
this.$message.success('出库成功')
|
||||
this.dialogFormVisible3 = false
|
||||
|
||||
Reference in New Issue
Block a user