From 7fb0a8f0ab16c149484bf043754cd10cfa94de2f Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期一, 19 一月 2026 14:48:05 +0800
Subject: [PATCH] 增加了业务员,保管员和验收员的对应的显示

---
 src/views/scMould/warehouse/component/Sc_MouldOutRequestBill.vue |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/views/scMould/warehouse/component/Sc_MouldOutRequestBill.vue b/src/views/scMould/warehouse/component/Sc_MouldOutRequestBill.vue
index 7a8e133..e245dda 100644
--- a/src/views/scMould/warehouse/component/Sc_MouldOutRequestBill.vue
+++ b/src/views/scMould/warehouse/component/Sc_MouldOutRequestBill.vue
@@ -40,8 +40,8 @@
             <el-form-item label="閮ㄩ棬淇℃伅" prop="HDept">
               <el-input v-model="queryParams.HDept" placeholder="璇疯緭鍏ラ儴闂ㄤ俊鎭�" @keyup.enter.native="handleQuery" />
             </el-form-item>
-            <el-form-item label="鍣ㄥ叿浠g爜" prop="HModelNumber">
-              <el-input v-model="queryParams.HModelNumber" placeholder="璇疯緭鍏ュ櫒鍏蜂唬鐮�" @keyup.enter.native="handleQuery" />
+            <el-form-item label="瀹瑰櫒浠g爜" prop="HModelNumber">
+              <el-input v-model="queryParams.HModelNumber" placeholder="璇疯緭鍏ュ鍣ㄤ唬鐮�" @keyup.enter.native="handleQuery" />
             </el-form-item>
             <el-form-item label="寰�鏉ュ崟浣�" prop="HSupName">
               <el-input v-model="queryParams.HSupName" placeholder="璇疯緭鍏ュ線鏉ュ崟浣�" @keyup.enter.native="handleQuery" />
@@ -137,7 +137,7 @@
       </el-col>
       <!-- <el-col :span="1.5">
         <el-button type="primary" icon="el-icon-tickets" size="mini"
-          @click="handlePush(row = rowForm, OperationType = 4)">涓嬫帹锛堝櫒鍏烽鐢ㄥ嚭搴撳崟锛�</el-button>
+          @click="handlePush(row = rowForm, OperationType = 4)">涓嬫帹锛堝鍣ㄩ鐢ㄥ嚭搴撳崟锛�</el-button>
       </el-col> -->
       <el-col :span="1.5">
         <el-button type="primary" icon="el-icon-delete" size="mini" :disabled="single" @click="handleDelete">鍒犻櫎
@@ -199,12 +199,12 @@
           v-if="rowHideShow" />
       </el-dialog>
       <!-- 缂栬緫 -->
-      <el-dialog title="缂栬緫鍣ㄥ叿棰嗙敤鐢宠鍗�" :visible.sync="openEdit" width="1480px" append-to-body class="xsckdBox" @close="close">
+      <el-dialog title="缂栬緫瀹瑰櫒棰嗙敤鐢宠鍗�" :visible.sync="openEdit" width="1480px" append-to-body class="xsckdBox" @close="close">
         <edit :OperationType=OperationType :linterid=this.rowForm.hmainid :HSouceBillType=this.rowForm.HSourceBillType
           :copyType="copyType" @editClose="editClose" v-if="editShow" />
       </el-dialog>
       <!-- 涓嬫帹 -->
-      <el-dialog title="涓嬫帹鍣ㄥ叿棰嗙敤鍑哄簱鍗�" :visible.sync="openPush" width="1480px" append-to-body class="xsckdBox" @close="close">
+      <el-dialog title="涓嬫帹瀹瑰櫒棰嗙敤鍑哄簱鍗�" :visible.sync="openPush" width="1480px" append-to-body class="xsckdBox" @close="close">
         <push :OperationType='4' :propsData='pushData' :HSouceBillType=BillType
          @editClose="pushClose" v-if="pushShow" />
       </el-dialog>
@@ -413,7 +413,7 @@
         this.pageSize = 50
       }
       // 閿�鍞嚭搴撳崟鍒楄〃
-      axios.get(this.baseURL + '/Sc_MouldOutRequestBillController/page', {
+      axios.get(this.$baseUrl + '/Sc_MouldOutRequestBillController/page', {
         params: {
           "sWhere": this.sWhere,
           "user": sessionStorage["HUserName"],
@@ -464,7 +464,7 @@
     },
     DisPlay_HideColumn(HModName, user, option, dataOption) {
       this.totalNameList = []
-      axios.get(this.baseURL + '/Xt_grdAlignment_WMES/grdAlignmentWMESList', {
+      axios.get(this.$baseUrl + '/Xt_grdAlignment_WMES/grdAlignmentWMESList', {
         params: {
           "HModName": HModName,
           "user": user,
@@ -854,7 +854,7 @@
     /** 鍒犻櫎鎸夐挳鎿嶄綔 */
     handleDelete() {
       this.$modal.confirm('纭瑕佸垹闄ゅ悧锛屽垹闄ゅ悗涓嶈兘鎭㈠').then(() => {
-        axios.get(this.baseURL + "/Sc_MouldOutRequestBillController/GetSc_MouldOutRequestBill_Delete_Json", {
+        axios.get(this.$baseUrl + "/Sc_MouldOutRequestBillController/GetSc_MouldOutRequestBill_Delete_Json", {
             params: { 'HInterID': this.rowForm.hmainid.toString(), 'HMaker': sessionStorage["HUserName"] }
           }).then(response => {
             if (response.data.count == 1) {
@@ -872,7 +872,7 @@
     set_CheckBill(num, form) {
       var InterID = form.hmainid || form.HInterID
       //閫昏緫瀹℃牳鏂规硶
-      axios.get(this.baseURL + "/Sc_MouldOutRequestBillController/GetSc_MouldOutRequestBill_Check_Json", {
+      axios.get(this.$baseUrl + "/Sc_MouldOutRequestBillController/GetSc_MouldOutRequestBill_Check_Json", {
         params: { "HInterID": InterID, "Type": num, "HMaker": sessionStorage["HUserName"] }
       }).then(response => {
         let result = response.data
@@ -891,7 +891,7 @@
     // 鎵归噺鍙嶅鏍�/瀹℃牳鏁版嵁
     set_CheckBillAll(num, ids) {
       //閫昏緫瀹℃牳鏂规硶
-      axios.get(this.baseURL + "/Sc_MouldOutRequestBillController/CheckAll", {
+      axios.get(this.$baseUrl + "/Sc_MouldOutRequestBillController/CheckAll", {
         params: { "ids": ids, "Type": num, "HMaker": sessionStorage["HUserName"] }
       }).then(response => {
         let result = response.data
@@ -920,7 +920,7 @@
       } else if (this.rowForm.鐘舵�� != "宸插鏍�" && !this.defaintOperationByCompanyName()) {
         this.$modal.msgError("鎵撳嵃澶辫触!鍘熷洜锛氬崟鎹姸鎬佷笉涓�'宸插鏍�'鐘舵��!!");
       } else {
-        axios.get(this.baseURL + "/Kf_SellOutBill/CheckSellOutBill_IsExist", {
+        axios.get(this.$baseUrl + "/Kf_SellOutBill/CheckSellOutBill_IsExist", {
           params: { "HInterID": this.rowForm.hmainid }
         }).then(response => {
           var result = response.data
@@ -943,7 +943,7 @@
     //#region 鑾峰彇鍏徃鍚嶏紝鏍规嵁鍏徃杩涜瀹氬埗鍖栧紑鍙�
     defaintOperationByCompanyName() {
       var result = false;
-      axios.get(this.baseURL + '/Xt_getInfo/getCompanyName').then(response => {
+      axios.get(this.$baseUrl + '/Xt_getInfo/getCompanyName').then(response => {
         var data1 = response.data
         if (data1.count == 1) {
           if (data1.data == "姘村姟") {

--
Gitblit v1.9.1