单据修改

master
anthonyywj2 3 years ago
parent 1759581323
commit 8ad5db882c

@ -1,7 +1,7 @@
{
"UDI_SYNC_SERVER_IP": "http://192.168.0.109:9995/",
"BASE_URL":"http://192.168.0.109:9991",
"SERVER_IP": "http://192.168.0.109:9991/",
"WEBSOCKET_URL": "ws://192.168.0.109:9991/UDI_WMS_MC/api/websocket/",
"UDI_SYNC_SERVER_IP": "http://192.168.0.115:9995/",
"BASE_URL":"http://192.168.0.115:9991",
"SERVER_IP": "http://192.168.0.115:9991/",
"WEBSOCKET_URL": "ws://192.168.0.115:9991/UDI_WMS_MC/api/websocket/",
"hosp_name": "诏安县总医院(测试)"
}

@ -214,6 +214,10 @@ export default {
expireTip: true,
prefix: null,
outTospms: null,
ullageFill: null,
scanPreIn: null,
vailInv: null,
entrutSpms: null,
},
enableMap: {
true: "是",
@ -382,6 +386,11 @@ export default {
expireTip: row.expireTip,
prefix: row.prefix,
outTospms: row.outTospms,
ullageFill: row.ullageFill,
scanPreIn: row.scanPreIn,
vailInv: row.vailInv,
entrutSpms: row.entrutSpms
};
this.modifyDialogVisible = true;
},

@ -200,9 +200,20 @@
</el-checkbox>
<el-checkbox v-model="inputQuery.outTospms" >手持终端提交单据至自助平台
</el-checkbox>
<el-checkbox v-model="inputQuery.entrutSpms" >允许验收自助平台单据
</el-checkbox>
</div>
</el-col>
</el-row>
<el-row :gutter="20" class="el-row" type="flex">
<el-col :span="24" class="el-col">
<div class="text item" style="margin-top: 6px">
<el-checkbox v-model="inputQuery.ullageFill"></el-checkbox>
<el-checkbox v-model="inputQuery.scanPreIn">
</el-checkbox>
<el-checkbox v-model="inputQuery.vailInv">访
</el-checkbox>
</div>
</el-col>
</el-row>

@ -364,15 +364,18 @@ export default {
this.getBreadcrumb();
},
},
/**
* .el-table .cell {
white-space: pre-wrap;
}
*/
};
</script>
<style type="text/scss" lang="scss">
@import "../../styles/mixin";
.el-table .cell {
white-space: pre-wrap;
}
.el-header {
/*background-color: #eef1f6;*/
color: #333;

Loading…
Cancel
Save