药品/器械 新增申购单 计划和订单管理新增类型不对的问题

20240912_adapter
qiuyt 5 months ago
parent a14e4f5334
commit 8b9154d4f6

@ -37,9 +37,9 @@
"url": "https://gitee.com/y_project/RuoYi-Vue.git"
},
"dependencies": {
"@jiaminghi/data-view": "^2.10.0",
"@riophae/vue-treeselect": "0.4.0",
"@tinymce/tinymce-vue": "^3.2.8",
"@jiaminghi/data-view": "^2.10.0",
"axios": "0.24.0",
"clipboard": "2.0.8",
"core-js": "^3.19.1",
@ -52,6 +52,7 @@
"js-beautify": "1.13.0",
"js-cookie": "3.0.1",
"js-sha256": "^0.10.1",
"jsbarcode": "^3.11.6",
"jsencrypt": "3.0.0-rc.1",
"loadsh": "^0.0.4",
"lodash": "^4.17.21",

@ -229,7 +229,9 @@ export default {
audtoPlan: false,
targetSubInv:null,
createTime: "",
approvalFlowId: ""
approvalFlowId: "",
productType:null
},
targetSubInvList: [],
formRules: {},
@ -345,7 +347,9 @@ export default {
submitFunction(status) {
// this.loading = true;
this.formData.status = status;
auditOrder(this.formData)//
this.formData.productType = 2;
auditOrder(this.formData)//
.then(response => {
if (status == '3'){
this.passLoading = false

@ -229,7 +229,8 @@ export default {
audtoPlan: false,
targetSubInv:null,
createTime: "",
approvalFlowId: ""
approvalFlowId: "",
productType:null
},
targetSubInvList: [],
formRules: {},
@ -345,6 +346,8 @@ export default {
submitFunction(status) {
// this.loading = true;
this.formData.status = status;
this.formData.productType = 1;
console.log('productType', this.formData.productType)
auditOrder(this.formData)//
.then(response => {
if (status == '3'){

Loading…
Cancel
Save