|
@@ -8,6 +8,10 @@
|
|
|
width="86%"
|
|
|
style="top:330px;left:100px;"
|
|
|
>
|
|
|
+ <!-- <template slot="footer">
|
|
|
+ <a-button @click="handleCancel">关闭</a-button>
|
|
|
+ <a-button @click="onSubmit" v-preventReClick="2000" type="primary">确定</a-button>
|
|
|
+ </template> -->
|
|
|
<a-spin :spinning="confirmLoading">
|
|
|
<!-- 查询 -->
|
|
|
<div class="table-page-search-wrapper">
|
|
@@ -357,7 +361,7 @@ export default {
|
|
|
// }
|
|
|
// },
|
|
|
created() {
|
|
|
- this.getShipData()
|
|
|
+ // this.getShipData()
|
|
|
},
|
|
|
methods: {
|
|
|
//参照发运明细数据
|
|
@@ -429,7 +433,7 @@ export default {
|
|
|
status:'y'
|
|
|
}
|
|
|
this.preDeliveryDate = []
|
|
|
- this.getShipData()
|
|
|
+ // this.getShipData()
|
|
|
},
|
|
|
handleCancel() {
|
|
|
this.close()
|