|
|
|
@ -450,7 +450,6 @@
|
|
|
|
|
style="width: 65%"
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
type="number"
|
|
|
|
|
:disabled="true"
|
|
|
|
|
v-model="editQuery.packUnit"
|
|
|
|
|
></el-input>
|
|
|
|
@ -1185,6 +1184,7 @@ export default {
|
|
|
|
|
sptm: null,
|
|
|
|
|
packUnit: null,
|
|
|
|
|
measname: null,
|
|
|
|
|
nameCode:null
|
|
|
|
|
},
|
|
|
|
|
pId: 0,
|
|
|
|
|
productRemarkSet: {},
|
|
|
|
@ -1603,6 +1603,7 @@ export default {
|
|
|
|
|
this.editSingleFormat.sptm = temp.sptm;
|
|
|
|
|
this.editSingleFormat.packUnit = temp.packUnit;
|
|
|
|
|
this.editSingleFormat.measname = temp.measname;
|
|
|
|
|
this.editSingleFormat.nameCode=temp.nameCode;
|
|
|
|
|
this.editSingleDiDialogVisible = true;
|
|
|
|
|
},
|
|
|
|
|
diEdit(row) {
|
|
|
|
|