diff --git a/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue b/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue
index a869a833..9c828001 100644
--- a/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue
+++ b/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue
@@ -263,10 +263,190 @@
- 保存批次
+ 保存批次
取 消
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 运单号
+ 订单号
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 下单时间
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+ 追加
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.sendCountryName }}
+
+
+
+
+ {{ scope.row.receiveCountryName }}
+
+
+
+
+
+
+ {{ parseTime(scope.row.estimateDate || "") }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.receiveCompany }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.sendCompany }}
+
+
+
+
+ {{ scope.row.remark }}
+
+
+
+
+
+
+
+
@@ -801,6 +981,15 @@ export default {
console.log("date picker---->", value)
this.wayBillData.dateTimeRange=value;
},
+
+ submitAddCoPackForm() {
+ this.$refs["formCo"].validate(valid => {
+ if (valid) {
+ this.handleAddCoPack();
+ }
+ });
+ },
+
async handleAddCoPack(){
if(this.emisCoPackDetail.length == 0){