guarantee-lsq 1 年間 前
コミット
e8b7d7dce2

+ 7 - 8
src/views/purchase/purchase-order-page/modules/BaseForm.vue

@@ -321,9 +321,10 @@ export default {
           dataIndex: 'ggxh'
         },
         {
-          title: '仓库名称',
-          width: 100,
-          dataIndex: 'storeName'
+          title: '申请数量',
+          dataIndex: 'num',
+          width: 150,
+          scopedSlots: { customRender: 'num' }
         },
         {
           title: '货架号',
@@ -372,12 +373,10 @@ export default {
           scopedSlots: { customRender: 'ipertaxrate' }
         },
         {
-          title: '申请数量',
-          dataIndex: 'num',
-          width: 150,
-          scopedSlots: { customRender: 'num' }
+          title: '仓库名称',
+          width: 100,
+          dataIndex: 'storeName'
         },
-
         {
           title: '本币价税合计',
           dataIndex: 'fmoney',

+ 3 - 3
src/views/store/sparestore/modules/SpareStoreSelectModalYY3.vue

@@ -140,7 +140,7 @@ export default {
       isSpecial: null,
       // 查询参数
       queryParam: {
-        storeNo: '09'
+        storeNo: ''
       },
       // 表头
       columns: [
@@ -293,11 +293,11 @@ export default {
     },
     resetSearchForm () {
       this.queryParam = {
-        storeNo: '09'
+        storeNo: ''
       }
       this.$refs.table.refresh(true)
     },
-    base (record, queryParam = { storeNo: '09' }) {
+    base (record, queryParam = { storeNo: '' }) {
       this.visible = true
       this.modalTitle = '选择信息'
       this.tokenType = record.tokenType