From c6babb9834248e2bc8fa6c037b3fb3e6ea4dc524 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期五, 03 一月 2025 14:57:52 +0800 Subject: [PATCH] 更新代码 --- 代码管理/淮安PDA/pages/stash/raworderboxing.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/raworderboxing.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/raworderboxing.vue" index 8b187e7..d919d69 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/raworderboxing.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/raworderboxing.vue" @@ -19,6 +19,9 @@ <uni-forms-item label="鍒濆瀵垮懡:" v-if="Test"> <uni-easyinput type="text" placeholder="璇疯緭鍏ュ垵濮嬪鍛�" ref='midInput' v-model="Initiallife" /> </uni-forms-item> + <uni-forms-item label="缁勭洏鏁伴噺:" v-if="YMHouse"> + <uni-easyinput type="text" placeholder="璇疯緭鍏ョ粍鐩樻暟閲�" ref='midInput' v-model="Initiallife" /> + </uni-forms-item> <!-- <uni-forms-item> <checkbox checked="check">鏄惁婊$洏</checkbox> </uni-forms-item> --> @@ -178,6 +181,7 @@ matTotals: [], warehouseId: "", Test: false, + YMHouse:false, Testcheck: false, } }, @@ -188,6 +192,7 @@ this.orderNo = res.orderNo; this.warehouseId = res.warehouseId; this.Test = this.warehouseId == 6; //娴嬭瘯鏋朵粨搴撳尯ID + this.YMHouse = this.warehouseId == 2; this.label = "鍗曟嵁缂栧彿锛�" + this.orderNo; this.getData(); }, -- Gitblit v1.9.3