diff --git a/src/views/modules/ecss/codelnotifyTX.vue b/src/views/modules/ecss/codelnotifyTX.vue
index cb75a41..76e6e61 100644
--- a/src/views/modules/ecss/codelnotifyTX.vue
+++ b/src/views/modules/ecss/codelnotifyTX.vue
@@ -152,11 +152,11 @@
fixed="left"
header-align="center"
align="center"
- width="100" v-if="currentRow.notifyStatus!=='订单取消' && (currentRow.buNo==='01-Label' || currentRow.buNo==='03-RFID')"
+ width="100" v-if="currentRow.notifyStatus!=='订单取消'"
label="操作" >
修改
- 取消
+
diff --git a/src/views/modules/ecss/declaration.vue b/src/views/modules/ecss/declaration.vue
index 7d400ea..8fb9f02 100644
--- a/src/views/modules/ecss/declaration.vue
+++ b/src/views/modules/ecss/declaration.vue
@@ -416,6 +416,158 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 报关要素
+
+
+
+ 境外品牌(其他)
+ 无品牌
+
+
+
+
+ 中文
+ 英文
+
+
+
+
+
+
+
+
+ Hs Code
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 导出Excel
+ 导出PDF
+ 关闭
+
+
@@ -876,6 +1028,7 @@
return {
bizhi:'',
exportAllFlag:false,
+ exportAllYBFlag:false,
templateFlag:false,
templateData:{
type:'',
@@ -2299,6 +2452,7 @@
exportParam, this.currentRow.cmcInvoice+" "+this.currentRow.destination+"-"+this.currentRow.shippingMode+".xlsx"
);
this.exportAllFlag = false
+ this.exportAllYBFlag = false
this.searchTable()
},
@@ -2470,8 +2624,17 @@
if (this.packageUnit==='箱') {
this.exportPaking.kgs=0.1
}
+ if (this.currentRow.buNo==='05-Alpha' || this.currentRow.buNo==='04-MHM') {
+ this.exportPaking.kgs=3
+ } else if (this.currentRow.buNo==='02-Hardtag'){
+ this.exportPaking.kgs=5.4
+ }
this.exportPaking.shippingMark=this.exportHeader.contractNo
- this.exportAllFlag = true
+ if (this.currentRow.buNo==='03-RFID' || this.currentRow.buNo==='01-Label') {
+ this.exportAllFlag = true
+ } else {
+ this.exportAllYBFlag = true
+ }
} finally {
this.exportAllLoading = false
}
@@ -2523,6 +2686,7 @@
exportParam, this.currentRow.cmcInvoice+" "+this.currentRow.destination+"-"+this.currentRow.shippingMode+".pdf"
);
this.exportAllFlag = false
+ this.exportAllYBFlag = false
this.searchTable()
},