From 35841b548eb2240501e4b93464d99af805304600 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 03 十二月 2025 11:15:09 +0800
Subject: [PATCH] 1

---
 src/views/sell/xsSeOrderBill/xsSeOrderBillEdit.vue |   12 ++++++------
 src/views/sell/xsSeOrderBill/xsSeOrderBill.vue     |    5 +++--
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/views/sell/xsSeOrderBill/xsSeOrderBill.vue b/src/views/sell/xsSeOrderBill/xsSeOrderBill.vue
index 5bc7ae0..741c590 100644
--- a/src/views/sell/xsSeOrderBill/xsSeOrderBill.vue
+++ b/src/views/sell/xsSeOrderBill/xsSeOrderBill.vue
@@ -683,7 +683,7 @@
       openData: false, //鏁版嵁寮圭獥
       dialogTitle: "",
       zuzhiId: "",
-      organizationList: [], //缁勭粐鍒楄〃
+      organizationList: JSON.parse(sessionStorage["organizationList"]), //缁勭粐鍒楄〃
       subDisabled: false, //缂栬緫椤甸潰淇濆瓨鎸夐挳鏄惁绂佺敤(true绂佺敤锛宖alse鍙敤)
       OperationType: null, //淇濆瓨绫诲瀷锛堟柊澧�1淇敼3锛�
       HInterID: null,
@@ -1390,7 +1390,8 @@
     },
     //鎵撳紑鏂板缁勪欢寮圭獥
     handleAddEdit() {
-      this.rowForm.HItemID = 0;
+      // this.rowForm.HItemID = 0;
+      this.iframeUrl = `/iframe/XsSeOrderBillEdit?HInterID=0&OperationType=1&copyType=-1`;
       this.$nextTick(() => {
         this.openEdit = true;
         this.editShow = true;
diff --git a/src/views/sell/xsSeOrderBill/xsSeOrderBillEdit.vue b/src/views/sell/xsSeOrderBill/xsSeOrderBillEdit.vue
index a29df6a..7e198ff 100644
--- a/src/views/sell/xsSeOrderBill/xsSeOrderBillEdit.vue
+++ b/src/views/sell/xsSeOrderBill/xsSeOrderBillEdit.vue
@@ -435,18 +435,18 @@
         </el-table-column>
         <el-table-column align="center" label="浠撳簱" width="120">
           <template slot-scope="scope">
-            <el-input-number
-              v-model="scope.row.HQty"
+            <el-input
+              v-model="scope.row.浠撳簱"
               :min="1"
               style="width: 90px"
               controls-position="right"
-            ></el-input-number>
+            ></el-input>
           </template>
         </el-table-column>
         <el-table-column align="center" label="鏁伴噺2" width="120">
           <template slot-scope="scope">
             <el-input-number
-              v-model="scope.row.HPrice"
+              v-model="scope.row.HQty"
               :min="0"
               style="width: 90px"
               controls-position="right"
@@ -458,7 +458,7 @@
             <span>{{ scope.row.HTaxPrice }}</span>
           </template>
         </el-table-column>
-        <el-table-column align="center" label="鍔犵◣鍚堣" width="120">
+        <el-table-column align="center" label="浠风◣鍚堣" width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.HTaxRate }}</span>
           </template>
@@ -712,7 +712,7 @@
                     HMoney: dataArray[i].閲戦.toFixed(2),
                     HTaxMoney: dataArray[i].浠风◣鍚堣.toFixed(2),
                     HWHID: dataArray[i].HWHID,
-                    鍙戣揣浠撳簱: dataArray[i].HWHName,
+                    浠撳簱: dataArray[i].HWHName,
                     HRemark: "",
                     HQty_Full: "0",
                     HQty_Empty: "0",

--
Gitblit v1.9.1