更新
This commit is contained in:
@@ -226,9 +226,9 @@
|
||||
:value="item.value"/>
|
||||
</el-select>
|
||||
</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>
|
||||
<!--<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>-->
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button @click="dialogFormVisible3=false">取消</el-button>
|
||||
@@ -319,7 +319,7 @@ export default {
|
||||
form3: {
|
||||
outTypeValue: '',
|
||||
department: '',
|
||||
password: '',
|
||||
// password: '',
|
||||
DirectNote: ''
|
||||
},
|
||||
form4: {
|
||||
@@ -339,7 +339,7 @@ export default {
|
||||
reason: [{ required: true, message: '请输入' }]
|
||||
},
|
||||
rules3: {
|
||||
password: [{ required: true, message: '请输入' }],
|
||||
// password: [{ required: true, message: '请输入' }],
|
||||
outTypeValue: [{ required: true, message: '请选择' }]
|
||||
},
|
||||
rules4: {
|
||||
@@ -519,7 +519,7 @@ export default {
|
||||
// 领料确认
|
||||
inputPassword() {
|
||||
this.form3.outTypeValue = 21
|
||||
this.form3.password = ''
|
||||
// this.form3.password = ''
|
||||
this.selectDepartment()
|
||||
this.departments = []
|
||||
this.buttonDisable = false
|
||||
@@ -664,7 +664,7 @@ export default {
|
||||
this.outNumber.push(this.pickListTable2[i].出库数量)
|
||||
}
|
||||
}
|
||||
if (Number(this.form3.password) === Number(this.form3.DirectNote)) {
|
||||
if (this.form3.DirectNote) {
|
||||
for (let i = 0; i < this.departments.length; i++) {
|
||||
if (this.form3.department === this.departments[i].value) {
|
||||
this.department111 = this.departments[i].label
|
||||
@@ -688,7 +688,7 @@ export default {
|
||||
} else { this.$message.error('操作失败') }
|
||||
})
|
||||
} else {
|
||||
this.$message.error('人员编号错误')
|
||||
this.$message.error('请选择领料人')
|
||||
}
|
||||
},
|
||||
// 提交出库
|
||||
|
||||
Reference in New Issue
Block a user