From ae6fccae984271d6380567b22e0e5bdd8da9b52b Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 09 八月 2024 14:38:32 +0800 Subject: [PATCH] # --- pages/mat/matSelected.vue | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/pages/mat/matSelected.vue b/pages/mat/matSelected.vue index 6cbc97a..4e762c6 100644 --- a/pages/mat/matSelected.vue +++ b/pages/mat/matSelected.vue @@ -22,6 +22,22 @@ </view> </view> <view class="form-item"> + <view class="form-item-desc"><text>琚嬪彿</text></view> + <view class="form-item-content"> + <view class="form-input"> + <input type="text" v-model="mat.units"> + </view> + </view> + </view> + <view class="form-item"> + <view class="form-item-desc"><text>閲嶉噺澶囨敞</text></view> + <view class="form-item-content"> + <view class="form-input"> + <input type="text" v-model="mat.memo"> + </view> + </view> + </view> + <view class="form-item"> <view class="form-item-desc"><text>鏁伴噺</text></view> <view class="form-item-content"> <uni-number-box :value="mat.anfme" :max="99999999" :step='1' color="#747474" @change="changeValue" /> @@ -44,6 +60,8 @@ maktx: null, specs: null, batch: null, + units: null, + memo: null, anfme: 0, }, baseIP:'', -- Gitblit v1.9.1