提交 23046798 authored 作者: Ras's avatar Ras

2021.8.27.

上级 d2ab4478
...@@ -245,7 +245,6 @@ ...@@ -245,7 +245,6 @@
<script> <script>
window._CONFIG = {}; window._CONFIG = {};
window._CONFIG['domianURL'] = 'http://lf.lingqingkeji.com:8080/wmssystem'; 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.145:8080/wmssystem'; // window._CONFIG['domianURL'] = 'http://192.168.2.145:8080/wmssystem';
window._CONFIG['casPrefixUrl'] = 'http://cas.example.org:8443/cas'; window._CONFIG['casPrefixUrl'] = 'http://cas.example.org:8443/cas';
window._CONFIG['onlinePreviewDomainURL'] = 'http://fileview.jeecg.com/onlinePreview' window._CONFIG['onlinePreviewDomainURL'] = 'http://fileview.jeecg.com/onlinePreview'
......
...@@ -97,8 +97,8 @@ ...@@ -97,8 +97,8 @@
<a-divider type="vertical" /> <a-divider type="vertical" />
<a-popconfirm title="是否根据选中数据生成送货单?" @confirm="() => genDeliveryNote(record)"><a>生成送货单</a></a-popconfirm> <a-popconfirm title="是否根据选中数据生成送货单?" @confirm="() => genDeliveryNote(record)"><a>生成送货单</a></a-popconfirm>
<a-divider type="vertical" /> <a-divider type="vertical" />
<a @click="editPic(record)">上传送货单</a> <!-- <a @click="editPic(record)">上传送货单</a>
<a-divider type="vertical" /> <a-divider type="vertical" /> -->
<a @click="handleCopy(record)">打印汇总单</a> <a @click="handleCopy(record)">打印汇总单</a>
<a-divider type="vertical" /> <a-divider type="vertical" />
<a-dropdown> <a-dropdown>
......
...@@ -156,6 +156,8 @@ ...@@ -156,6 +156,8 @@
}, },
data() { data() {
return { return {
page:2,
show:false,
columns: [ columns: [
{ {
title:'Description', title:'Description',
...@@ -271,6 +273,7 @@ ...@@ -271,6 +273,7 @@
}, },
methods: { methods: {
edit (record) { edit (record) {
console.log(record)
let params = { id: record.id } let params = { id: record.id }
this.queryParam = params; this.queryParam = params;
this.willLoadData = true; this.willLoadData = true;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
@ok="handleOk" @ok="handleOk"
:okButtonProps="{ class:{'jee-hidden': disableSubmit} }" :okButtonProps="{ class:{'jee-hidden': disableSubmit} }"
@cancel="handleCancel"> @cancel="handleCancel">
<iost-delivery-management-p-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit"/> <iost-delivery-management-p-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit" v-for="(item,key) in 2" :key="key"/>
</j-modal> </j-modal>
</template> </template>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论