提交 44754dbd authored 作者: Ras's avatar Ras

修改打印全部送货单的接口

上级 25c2ebc8
......@@ -246,7 +246,7 @@
window._CONFIG = {};
window._CONFIG['domianURL'] = 'http://lf.lingqingkeji.com:8080/wmssystem';
// window._CONFIG['domianURL'] = 'http://nf.lingqingkeji.com:8080/wmssystem';
// window._CONFIG['domianURL'] = 'http://192.168.2.209:8080/wmssystem';
// window._CONFIG['domianURL'] = 'http://192.168.2.145:8080/wmssystem';
window._CONFIG['casPrefixUrl'] = 'http://cas.example.org:8443/cas';
window._CONFIG['onlinePreviewDomainURL'] = 'http://fileview.jeecg.com/onlinePreview'
window._CONFIG['staticDomainURL'] = window._CONFIG['domianURL'] + '/sys/common/static';
......
......@@ -103,7 +103,7 @@
</a-table>
</div>
<iost-deliverstatus-modal ref="statusModalForm" @ok="modalFormOk"/>
<!-- <iost-deliverstatus-modal ref="statusModalForm" @ok="modalFormOk"/> -->
<!-- <iost-delivery-management-modal ref="modalForm" @ok="modalFormOk"></iost-delivery-management-modal> -->
<iost-delivery-management-p-modal ref="modalForm" @ok="modalFormOk"/>
</a-card>
......@@ -301,7 +301,7 @@
handlePrint(record)
{
this.$refs.modalForm.edit(record);
this.$refs.modalForm.title = "打印";
this.$refs.modalForm.title = "打印全部送货单";
this.$refs.modalForm.disableSubmit = true;
},
initDictConfig(){
......
......@@ -184,7 +184,6 @@
deleteBatch: "/basedata/iostDeliveryNote/deleteBatch",
exportXlsUrl: "/basedata/iostDeliveryNote/exportXls",
importExcelUrl: "basedata/iostDeliveryNote/importExcel",
},
dictOptions:{},
}
......
......@@ -272,7 +272,6 @@
methods: {
edit (record) {
let params = { id: record.id }
console.log("当前列的id",params)
this.queryParam = params;
this.willLoadData = true;
this.loadData(1);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论