生成对应内部码

dev
黄泽腾 2 years ago
parent ceb20126a3
commit 3e5f23e945

@ -49,7 +49,8 @@
<el-table-column label="规格型号" prop="spec" show-overflow-tooltip></el-table-column>
<el-table-column label="计量单位" prop="measname" show-overflow-tooltip></el-table-column>
<el-table-column label="生产企业" prop="manufactory" show-overflow-tooltip></el-table-column>
<el-table-column label="单据数量">
<el-table-column label="最小销售产品标识" prop="nameCode" width="140" v-if="showColumn"></el-table-column>
<el-table-column label="单据数量">
<template slot-scope="scope">
<el-input size="small" v-model="scope.row.count"
placeholder="请输入数量" style="width: 80%"
@ -160,6 +161,7 @@ export default {
},
data() {
return {
showColumn: false,
code: "",
query: {
orderIdFk: "",
@ -174,6 +176,8 @@ export default {
deptCode: null,
locStorageCode: null,
invWarehouseCode: null,
packLevel:null,
// nameCode:null,
},
formRules: {},
codeArray: [],
@ -438,6 +442,7 @@ export default {
deptCode: null,
locStorageCode: null,
invWarehouseCode: null,
nameCode:null,
};
this.orderEditor = false;
}

@ -224,6 +224,7 @@ export default {
orderEditor: false,
orderId: "",
currentCert: null,
nameCode:null,
certList: [],
dialogFormVisible: false,
multipleSelection: null,
@ -342,6 +343,7 @@ export default {
let tQuery = {
productId: this.multipleSelection.rlId,
productName: this.multipleSelection.cpmctymc,
nameCode: this.multipleSelection.nameCode,
count: 1,
orderIdFk: this.billNo,
supId: this.multipleSelection.customerId,

Loading…
Cancel
Save