产品信息编辑问题

wms_pzh
anthonywj 3 years ago
parent 9aa0017fcb
commit 0232994f27

@ -1,7 +1,7 @@
{ {
"UDI_SYNC_SERVER_IP": "http://192.168.0.109:9995/", "UDI_SYNC_SERVER_IP": "http://192.168.1.20:9989/",
"BASE_URL":"http://192.168.0.109:9991", "BASE_URL":"http://192.168.1.20:9989",
"SERVER_IP": "http://192.168.0.109:9991/", "SERVER_IP": "http://192.168.1.20:9989/",
"WEBSOCKET_URL": "ws://192.168.0.109:9991/UDI_WMS_MC/api/websocket/", "WEBSOCKET_URL": "ws://192.168.1.20:9991/UDI_WMS_MC/api/websocket/",
"hosp_name": "平和县医院" "hosp_name": "平和县医院"
} }

@ -174,6 +174,7 @@
:data="detailList" :data="detailList"
style="width: 100%; margin-top: 20px" style="width: 100%; margin-top: 20px"
border border
highlight-current-row
@current-change="handleDetail" @current-change="handleDetail"
> >
<el-table-column <el-table-column

@ -236,6 +236,7 @@
style="width: 100%; " style="width: 100%; "
border border
key="3" key="3"
highlight-current-row
@current-change="handleDetail" @current-change="handleDetail"
> >
<el-table-column <el-table-column
@ -1029,6 +1030,7 @@ export default {
productType: null, productType: null,
editQuery: null, editQuery: null,
productRemarkSet: {}, productRemarkSet: {},
pId: 0,
relevanceEdit: { relevanceEdit: {
id: null, id: null,
thirdId: "", thirdId: "",
@ -1039,6 +1041,7 @@ export default {
allowNoBatch: null, allowNoBatch: null,
allowNoExpire: null, allowNoExpire: null,
allowNoProduct: null, allowNoProduct: null,
pId: null,
}, },
defaultSys: null, defaultSys: null,
isImport: false, isImport: false,
@ -1360,6 +1363,7 @@ export default {
this.thisData = row; this.thisData = row;
this.editDialogVisible = true; this.editDialogVisible = true;
this.editQuery = row; this.editQuery = row;
this.pId = row.id;
this.relevanceEdit = { this.relevanceEdit = {
id: row.id, id: row.id,
// thirdId: row.thirdId, // thirdId: row.thirdId,
@ -1472,6 +1476,7 @@ export default {
this.relevanceEdit.isLock = this.editQuery.isLock; this.relevanceEdit.isLock = this.editQuery.isLock;
this.relevanceEdit.isAdavence = this.editQuery.isAdavence; this.relevanceEdit.isAdavence = this.editQuery.isAdavence;
this.relevanceEdit = this.editQuery; this.relevanceEdit = this.editQuery;
this.relevanceEdit.pid = this.pId;
if (this.checked == true) { if (this.checked == true) {
this.relevanceEdit.isUseDy = 1; this.relevanceEdit.isUseDy = 1;
} else { } else {

@ -207,6 +207,7 @@
:data="detailList" :data="detailList"
style="width: 100%; margin-top: 20px" style="width: 100%; margin-top: 20px"
border border
highlight-current-row
key="3" key="3"
@current-change="handleDetail" @current-change="handleDetail"
> >

@ -184,6 +184,7 @@
style="width: 100%" style="width: 100%"
@row-click="intentDetail" @row-click="intentDetail"
v-loading="loading" v-loading="loading"
highlight-current-row
:row-class-name="tableRowClassName" :row-class-name="tableRowClassName"
@selection-change="handleSelectionUdiChange" @selection-change="handleSelectionUdiChange"
> >

@ -69,6 +69,7 @@
style="width: 100%" style="width: 100%"
@row-click="intentDetail" @row-click="intentDetail"
v-loading="loading" v-loading="loading"
highlight-current-row
:row-class-name="tableRowClassName" :row-class-name="tableRowClassName"
@selection-change="handleSelectionUdiChange" @selection-change="handleSelectionUdiChange"
> >

@ -122,6 +122,7 @@
:data="detailList" :data="detailList"
style="width: 100%; margin-top: 20px" style="width: 100%; margin-top: 20px"
border border
highlight-current-row
@current-change="handleDetail" @current-change="handleDetail"
> >
<el-table-column <el-table-column

Loading…
Cancel
Save