diff --git a/src/views/plan/workorder/index.vue b/src/views/plan/workorder/index.vue index c1abe9a..87f2c7d 100644 --- a/src/views/plan/workorder/index.vue +++ b/src/views/plan/workorder/index.vue @@ -1990,7 +1990,7 @@ export default { //var statusesArray = this.statuses; //for (var i = 0; i < statusesArray.length; i++) { - // if (statusesArray[i] != 'w0') {//已经下达的不允许操作 + // if (statusesArray[i] == 'w0') {//已经下达的不允许操作 // this.$modal.msgError("工单只有未派发和已派发才可变更!"); // return // } diff --git a/src/views/plan/workorder/printID.vue b/src/views/plan/workorder/printID.vue index 4f83b05..19c4832 100644 --- a/src/views/plan/workorder/printID.vue +++ b/src/views/plan/workorder/printID.vue @@ -25,11 +25,11 @@ -
产品名称: {{ item.productName }}

-
批次号: {{ item.batchCode }}

-
生产日期: {{ item.productDateStr }}

-
板次: {{ item.PalletNo }}

-
数量: {{ item.batchQuantity }}
+
产品名称: {{ item.productName }}

+
批次号: {{ item.batchCode }}

+
生产日期: {{ item.productDateStr }}

+
板次: {{ item.palletNo }}

+
数量: {{ item.batchQuantity }}
@@ -205,5 +205,14 @@ export default { -webkit-print-color-adjust: exact; } } - +.card-div1{ + font-size: 20px; + font-weight: 600; + padding-top: 14px; +} +.card-div2{ + font-size: 22px; + font-weight: 700; + padding-top: 14px; +}