新购页面机具编码异常问题修改
This commit is contained in:
parent
82e59ac310
commit
9c054a3f0e
|
|
@ -466,9 +466,13 @@ export default {
|
|||
this.multiple = !selection.length
|
||||
}, //getCodeList newCodeList
|
||||
/** 编码按钮操作 */ handleCode(row) {
|
||||
console.log(row)
|
||||
console.log(row, '编码管理---')
|
||||
this.reset()
|
||||
this.form = row
|
||||
|
||||
if (!this.form.fixCode) {
|
||||
this.form.fixCode = '1'
|
||||
}
|
||||
this.$set(this.form, 'str', '')
|
||||
this.$set(this.form, 'str1', '')
|
||||
// this.$set(this.form,'fixCode','1')
|
||||
|
|
@ -484,7 +488,7 @@ export default {
|
|||
this.$set(
|
||||
this.form,
|
||||
'exCode',
|
||||
'NSJJ' +
|
||||
'CSJJ' +
|
||||
this.form.typeCode +
|
||||
this.form.specsCode +
|
||||
arr[0][2] +
|
||||
|
|
@ -659,7 +663,11 @@ export default {
|
|||
this.isDetail = true
|
||||
this.title = '编码绑定详情'
|
||||
this.codeList = []
|
||||
const res = await getBindCodeDetails({ taskId: row.taskId })
|
||||
// const res = await getBindCodeDetails({ taskId: row.taskId })
|
||||
const res = await getBindCodeDetails({
|
||||
typeId: row.typeId,
|
||||
taskId: row.taskId,
|
||||
})
|
||||
console.log('🚀 ~ handleBindDetails ~ res:', res)
|
||||
this.codeList = res.data
|
||||
},
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@
|
|||
v-if="
|
||||
scope.row.purchasingStatus != '已入库' &&
|
||||
scope.row.purchasingStatus != '已审核' &&
|
||||
scope.row.purchasingStatus != '验收合格' &&
|
||||
scope.row.purchasingStatus != '已验收合格' &&
|
||||
scope.row.purchasingStatus != '待审核' &&
|
||||
scope.row.purchasingStatus != '验收不通过' &&
|
||||
scope.row.purchasingStatus != '驳回'
|
||||
|
|
|
|||
|
|
@ -42,10 +42,10 @@ module.exports = {
|
|||
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
|
||||
// target: `https://z.csgmall.com.cn`,
|
||||
|
||||
target: `http://10.40.92.52:28080`, //超
|
||||
// target: `http://10.40.92.52:28080`, //超
|
||||
// target: `http://10.40.92.81:8080`, //韩/
|
||||
// target: `http://10.40.92.74:8080`,//旭/
|
||||
// target: `http://10.40.92.148:28080`, //帅
|
||||
target: `http://10.40.92.138:28080`, //帅
|
||||
// target: `http://10.40.92.253:28080`, //福
|
||||
|
||||
//******** 注意事项 ********* */
|
||||
|
|
|
|||
Loading…
Reference in New Issue