diff --git a/SC-web/src/views/scm/basicInformation/contractfile/index.vue b/SC-web/src/views/scm/basicInformation/contractfile/index.vue index dce538ca..d75c4217 100644 --- a/SC-web/src/views/scm/basicInformation/contractfile/index.vue +++ b/SC-web/src/views/scm/basicInformation/contractfile/index.vue @@ -92,8 +92,8 @@ - - + 删除 + 查看 diff --git a/SC-web/src/views/scm/basicInformation/poundlist/Detail.vue b/SC-web/src/views/scm/basicInformation/poundlist/Detail.vue index ca3cc8b3..c2097f8e 100644 --- a/SC-web/src/views/scm/basicInformation/poundlist/Detail.vue +++ b/SC-web/src/views/scm/basicInformation/poundlist/Detail.vue @@ -76,6 +76,13 @@ + + + + + + + @@ -242,6 +249,7 @@ transportPrice: 0, salesPrice: 0, purchasePrice: 0, + collectPrice: 0, businessId: "", naturalId: "", remark: '', @@ -313,6 +321,11 @@ message: '请输入', trigger: 'blur' }, ], + collectPrice: [{ + required: true, + message: '请输入', + trigger: 'blur' + }, ], purchasePrice: [{ required: true, message: '请输入', diff --git a/SC-web/src/views/scm/basicInformation/poundlist/Form.vue b/SC-web/src/views/scm/basicInformation/poundlist/Form.vue index 3baeac49..3677fd0c 100644 --- a/SC-web/src/views/scm/basicInformation/poundlist/Form.vue +++ b/SC-web/src/views/scm/basicInformation/poundlist/Form.vue @@ -76,6 +76,13 @@ + + + + + + + @@ -108,6 +115,7 @@ + - - + - + - + + + + + + + + + + + + + + + - + - - - - - - - - - - + + + + @@ -316,6 +324,7 @@ prop: 'unit', label: '单位' }, + { prop: 'creatorTime', label: '创建时间' }, { prop: 'grossWeight', label: '毛重' @@ -344,6 +353,10 @@ prop: 'salesPrice', label: '销售价格' }, + { + prop: 'collectPrice', + label: '收货价格' + }, { prop: 'inputDate', label: '进项票日期' @@ -593,6 +606,7 @@ }) return } + const ids = this.multipleSelection.join() request({ url: `/api/poundlist/Poundlist/createsale/${ids}`,