Commit 97bdcd5d by liangjianmin

feat(picking): Update creator display field binding

- Change creator name field from `take_name` to `stock_out_create_name`
- Ensures correct creator information is displayed in picking list
- Aligns with updated data structure for creator tracking
parent 0b441794
Showing with 1 additions and 1 deletions
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</view> </view>
<view class="text-item row verCenter"> <view class="text-item row verCenter">
<text class="label">创建人:</text> <text class="label">创建人:</text>
<text class="tt">{{ item.take_name }}</text> <text class="tt">{{ item.stock_out_create_name }}</text>
</view> </view>
<view class="ziying-tag" v-if="item.has_ziying == 1">自营</view> <view class="ziying-tag" v-if="item.has_ziying == 1">自营</view>
<view class="btn-box row verCenter"> <view class="btn-box row verCenter">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment