浏览代码

添加模板配置

qymljy 2 年之前
父节点
当前提交
c1f3885866

+ 1 - 1
src/HDrpManagement/orderManage/modules/edit.vue

@@ -317,7 +317,7 @@ export default {
       saler_name:"",
       billdate:'',
       addressparam: {
-        "id": "20221009155803",
+        "id": "20230220002602",
         "content": {
           "nocache":true,
           "pageNumber":1,

+ 1 - 1
src/SDrpManagement/agentOrder/modules/edit.vue

@@ -294,7 +294,7 @@ export default {
       freefreightamount:'',
       addresstotal:0,
       addressparam: {
-        "id": "20221009155803",
+        "id": "20230220002602",
         "content": {
           "nocache":true,
           "pageNumber":1,

+ 1 - 1
src/SDrpManagement/salerOrder/modules/edit.vue

@@ -282,7 +282,7 @@ export default {
       saletype:"",
       freefreightamount:'',
       addressparam: {
-        "id": "20221009155803",
+        "id": "20230220002602",
         "content": {
           "nocache":true,
           "pageNumber":1,

+ 7 - 0
src/template/addProduct/index.vue

@@ -169,6 +169,9 @@ export default {
         }
       })
       this.options.brands = res.data
+      console.log("获取品牌",res.data)
+      this.sa_brandid = res.data[0].sa_brandid
+      this.queryClass()
     },
     brandChange(){
       this.params.content.where.sa_brandid = this.sa_brandid
@@ -226,6 +229,10 @@ export default {
     },
     onClose(){
       this.dialogFormVisible = false
+      this.sa_brandid = ''
+      this.itemclassid = ''
+      this.itemstandard = ''
+      this.itemmaterial = ''
       this.$emit("closeDrawer")
     },
     handleSizeChange(val) {

+ 4 - 0
src/template/addProductContract/index.vue

@@ -331,6 +331,10 @@ export default {
     },
     onClose(){
       this.dialogFormVisible = false
+      this.sa_brandid = ''
+      this.itemclassid = ''
+      this.itemstandard = ''
+      this.itemmaterial = ''
       this.$emit("closeDrawer")
     },
     handleSizeChange(val) {

+ 4 - 0
src/template/addTool/index.vue

@@ -121,6 +121,10 @@ export default {
     },
     onClose(){
       this.dialogFormVisible = false
+      this.sa_brandid = ''
+      this.itemclassid = ''
+      this.itemstandard = ''
+      this.itemmaterial = ''
       this.$emit("closeDrawer")
     },
     handleSizeChange(val) {