Explorar o código

添加商品调整

qymljy hai 1 ano
pai
achega
3d76013c81

+ 1 - 1
src/HDrpManagement/projectChange/modules/modules/quotation/modules/add.vue

@@ -188,7 +188,7 @@
       </div>
       <div class="fixed__btn__panel">
         <el-button size="small" @click="onClose" class="normal-btn-width" :disabled="loading">{{$t(`取 消`)}}</el-button>
-        <el-button  size="small" type="primary" @click="getSubmit" class="normal-btn-width" :loading="loading">{{$t(`确 定`)}}</el-button>
+        <el-button  size="small" type="primary" @click="getSubmit" class="normal-btn-width" :loading="loading">{{$t(`保存`)}}</el-button>
         <el-button  size="small" @click="getSubmit('提交')"  type="warning" class="normal-btn-width" :loading="loading">{{$t(`保存并提交`)}}</el-button>
       </div>
     </el-drawer>

+ 12 - 12
src/template/addProduct/index.vue

@@ -94,18 +94,18 @@ export default {
   methods:{
     onShow(){
       this.dialogFormVisible = true
-      this.params = {
-        "id": 20221124093602,
-        "content": {
-          "sa_contractid": this.$route.query.id,
-          "pageNumber": 1,
-          "pageSize": 100,
-          "where": {
-            "condition": "",
-            "istool": 0
-          }
-        },
-      }
+      // this.params = {
+      //   "id": 20221124093602,
+      //   "content": {
+      //     "sa_contractid": this.$route.query.id,
+      //     "pageNumber": 1,
+      //     "pageSize": 100,
+      //     "where": {
+      //       "condition": "",
+      //       "istool": 0
+      //     }
+      //   },
+      // }
       this.listData(this.params.content.pageNumber = 1)
     },
     /*可添加商品*/