diff --git a/src/views/basic/busType/bussinessTypeModify.vue b/src/views/basic/busType/bussinessTypeModify.vue index 16232e4..46491de 100644 --- a/src/views/basic/busType/bussinessTypeModify.vue +++ b/src/views/basic/busType/bussinessTypeModify.vue @@ -14,7 +14,6 @@ - @@ -70,28 +69,11 @@ + - - - - - - - - - - - - - - - - - - @@ -145,6 +127,14 @@ + + + + + + + + @@ -159,6 +149,25 @@ + + + + + + + + + + + @@ -183,7 +192,6 @@ - @@ -194,36 +202,983 @@ - - - 高级设置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + 单据设置 + + +
+ +
+ + + 参数 + + + + 设置 + + + + 参数设置说明 + + + +
+ + + + 启用单据类型 + + + + + + + + + + + 是否启用此单据类型 - - - -
@@ -425,4 +1380,32 @@ export default { font-family: "Microsoft YaHei"; } +.check-box-group { + margin-left: 25px; + margin-bottom: 12px; +} + +.el-divider { + margin: 6px 0px 8px 0px; + background: 0 0; + border-top: 1px solid #E6EBF5; +} + +.spanTitle { + font-size: 15px; + font-weight: bold; + color: #000000 +} + +.spanHeader { + font-size: 14px; + font-weight: bold; + color: #3d3b3b +} + + +.sptext { + font-size: 13px; + font-weight: normal; +} diff --git a/src/views/basic/business/stockOrder.vue b/src/views/basic/business/stockOrder.vue index 75858bd..19c43ce 100644 --- a/src/views/basic/business/stockOrder.vue +++ b/src/views/basic/business/stockOrder.vue @@ -3,36 +3,33 @@ - + - - - - - - - - - - {{ item.name }} - + + + + + + + - - - - - + + + + + + + + + + - + + + @@ -79,24 +78,21 @@ - - - - + + - - - + + - + + - + - + + @@ -209,6 +205,7 @@ export default { limit: 10, startTime: "", endTime: "", + inCodeStatus: null, }, detailQuery: { orderIdFk: "", @@ -269,6 +266,7 @@ export default { qrcodeExportVisible: false, filterUDIType: true, actDateRange: [], + auditDateRange: [], pickerOptions: { shortcuts: [ { @@ -325,6 +323,21 @@ export default { }, onSubmit() { this.query.page = 1; + if (this.actDateRange !== null) { + this.query.startTime = this.actDateRange[0]; + this.query.endTime = this.actDateRange[1]; + } else { + this.query.startTime = null; + this.query.endTime = null; + } + + if (this.auditDateRange !== null) { + this.query.startAduditTime = this.auditDateRange[0]; + this.query.endAduditTime = this.auditDateRange[1]; + } else { + this.query.startAduditTime = null; + this.query.endAduditTime = null; + } this.getList(); this.haveDistributionVisible = true; }, @@ -416,8 +429,8 @@ export default { }, getBusType() { let query = { - code: this.query.invWarehouseCode, enabled: true, + busType: 2,//默认只能选择送货单 }; getLocalJoinByUser(query) .then((response) => { diff --git a/src/views/basic/business/stockOrderQRCodeDetail.vue b/src/views/basic/business/stockOrderQRCodeDetail.vue index 3c0f1d3..f5d8fcf 100644 --- a/src/views/basic/business/stockOrderQRCodeDetail.vue +++ b/src/views/basic/business/stockOrderQRCodeDetail.vue @@ -24,7 +24,7 @@ - + diff --git a/src/views/basic/product/product.vue b/src/views/basic/product/product.vue index 22a9fd9..d7b0fd7 100644 --- a/src/views/basic/product/product.vue +++ b/src/views/basic/product/product.vue @@ -199,7 +199,7 @@ - + diff --git a/src/views/basic/product/productEdit.vue b/src/views/basic/product/productEdit.vue index 1c5fb48..af6e15b 100644 --- a/src/views/basic/product/productEdit.vue +++ b/src/views/basic/product/productEdit.vue @@ -14,7 +14,7 @@ - + + + + + diff --git a/src/views/inout/PanelCreateOrderBizDetail.vue b/src/views/inout/PanelCreateOrderBizDetail.vue index 67a7e7f..ec8b696 100644 --- a/src/views/inout/PanelCreateOrderBizDetail.vue +++ b/src/views/inout/PanelCreateOrderBizDetail.vue @@ -86,13 +86,14 @@ > - + + diff --git a/src/views/inout/PanelCreateOrderCodeDetail.vue b/src/views/inout/PanelCreateOrderCodeDetail.vue index 28351dd..3da6367 100644 --- a/src/views/inout/PanelCreateOrderCodeDetail.vue +++ b/src/views/inout/PanelCreateOrderCodeDetail.vue @@ -21,8 +21,10 @@ + + - + diff --git a/src/views/inout/PanelCreateOrderCodes.vue b/src/views/inout/PanelCreateOrderCodes.vue index e3e5260..e18a0d8 100644 --- a/src/views/inout/PanelCreateOrderCodes.vue +++ b/src/views/inout/PanelCreateOrderCodes.vue @@ -52,12 +52,12 @@ width="120" show-overflow-tooltip > - + + + + + + - +