Compare commits

..

No commits in common. "86e5ff151514dda6f9c9f0bd0be16f2a045b5dfa" and "f8202a87e5e5600808f931ed5faa4d97bff27837" have entirely different histories.

3 changed files with 6 additions and 14 deletions

View File

@ -466,13 +466,9 @@ 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')
@ -488,7 +484,7 @@ export default {
this.$set(
this.form,
'exCode',
'CSJJ' +
'NSJJ' +
this.form.typeCode +
this.form.specsCode +
arr[0][2] +
@ -663,11 +659,7 @@ export default {
this.isDetail = true
this.title = '编码绑定详情'
this.codeList = []
// const res = await getBindCodeDetails({ taskId: row.taskId })
const res = await getBindCodeDetails({
typeId: row.typeId,
taskId: row.taskId,
})
const res = await getBindCodeDetails({ taskId: row.taskId })
console.log('🚀 ~ handleBindDetails ~ res:', res)
this.codeList = res.data
},

View File

@ -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 != '驳回'

View File

@ -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.138:28080`, //帅
// target: `http://10.40.92.148:28080`, //帅
// target: `http://10.40.92.253:28080`, //福
//******** 注意事项 ********* */