diff --git a/src/views/material/back/component/dialogFormByCq.vue b/src/views/material/back/component/dialogFormByCq.vue index 3560bee7..89f64815 100644 --- a/src/views/material/back/component/dialogFormByCq.vue +++ b/src/views/material/back/component/dialogFormByCq.vue @@ -92,14 +92,19 @@
审核人:
-
+
- 退料人: +
退料人:
+
+
+ +
+
制单: @@ -543,6 +548,9 @@ export default { // } // } // } +.is-rotate { + transform: rotate(-90deg); +} .order_footer { margin-top: 10px; display: flex; diff --git a/src/views/material/lease/apply/component/homeApply.vue b/src/views/material/lease/apply/component/homeApply.vue index 7e31c86d..ad87d6ec 100644 --- a/src/views/material/lease/apply/component/homeApply.vue +++ b/src/views/material/lease/apply/component/homeApply.vue @@ -563,7 +563,7 @@ export default { const res = await getApplyInfo(ids); this.leaseApplyDetails = res.data.leaseApplyDetailsList; this.leaseApplyData = res.data.leaseApplyInfo; - this.kgSignList = res.data.kgSignList + this.kgSignList = res.data.kgSignList || [] console.log('🚀 ~ handleLld ~ this.kgSignList:', this.kgSignList) }, diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index bab7f9ca..1c9daeba 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -390,7 +390,7 @@ - +
领料单
@@ -434,8 +434,8 @@
-
审核:
-
审核:
+
- 领料: +
领料:
+
+
+ +
+
-
库管:
-
- - - - +
库管:
+
+
@@ -648,7 +650,8 @@ export default { showView: false, getListViewInfo: [], idTemp: '', - publishTask: '' + publishTask: '', + kgSignList: [] } }, created() { @@ -925,6 +928,7 @@ export default { const res = await getApplyInfo(ids) this.leaseApplyDetails = res.data.leaseApplyDetailsList this.leaseApplyData = res.data.leaseApplyInfo + this.kgSignList = res.data.kgSignList || [] }, //出库检验单打印 @@ -1093,4 +1097,7 @@ export default { width: 70px !important; margin-bottom: 10px; } +.is-rotate { + transform: rotate(-90deg); +}