|
@@ -1615,11 +1615,11 @@ export default {
|
|
|
this.createOrder.open = false;
|
|
this.createOrder.open = false;
|
|
|
this.createOrderReset();
|
|
this.createOrderReset();
|
|
|
// 弹出提示确认框
|
|
// 弹出提示确认框
|
|
|
- this.$confirm('请上传手写信息采集,否则无法发货!', '提示', {
|
|
|
|
|
- confirmButtonText: '确定',
|
|
|
|
|
- cancelButtonText: '取消',
|
|
|
|
|
- type: 'warning'
|
|
|
|
|
- }).then(() => {
|
|
|
|
|
|
|
+ // this.$confirm('请上传手写信息采集,否则无法发货!', '提示', {
|
|
|
|
|
+ // confirmButtonText: '确定',
|
|
|
|
|
+ // cancelButtonText: '取消',
|
|
|
|
|
+ // type: 'warning'
|
|
|
|
|
+ // }).then(() => {
|
|
|
// 确保订单列表弹窗打开并刷新
|
|
// 确保订单列表弹窗打开并刷新
|
|
|
if (this.currentCustomerId) {
|
|
if (this.currentCustomerId) {
|
|
|
this.orderQueryParams.companyCustomerId = this.currentCustomerId;
|
|
this.orderQueryParams.companyCustomerId = this.currentCustomerId;
|
|
@@ -1631,10 +1631,10 @@ export default {
|
|
|
}
|
|
}
|
|
|
// 打开手写信息采集新增弹窗
|
|
// 打开手写信息采集新增弹窗
|
|
|
// this.openHandwriteDialog(order, orderParams);
|
|
// this.openHandwriteDialog(order, orderParams);
|
|
|
- }).catch(() => {
|
|
|
|
|
- this.getList();
|
|
|
|
|
- this.$message.info("已取消上传手写信息采集");
|
|
|
|
|
- });
|
|
|
|
|
|
|
+ // }).catch(() => {
|
|
|
|
|
+ // this.getList();
|
|
|
|
|
+ // this.$message.info("已取消上传手写信息采集");
|
|
|
|
|
+ // });
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
// 打开手写信息采集弹窗并预填信息
|
|
// 打开手写信息采集弹窗并预填信息
|