Browse Source

bug 修复

lilei 2 years ago
parent
commit
9e056a176e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/salesManagement/pushOrderManagement/sendTypeModal.vue

+ 2 - 2
src/views/salesManagement/pushOrderManagement/sendTypeModal.vue

@@ -42,8 +42,8 @@
         </a-form-model-item>
         </a-form-model-item>
         <a-form-model-item label="货位编号" prop="orderBy" v-if="nowType=='print'">
         <a-form-model-item label="货位编号" prop="orderBy" v-if="nowType=='print'">
           <a-radio-group v-model="form.orderBy">
           <a-radio-group v-model="form.orderBy">
-            <a-radio value="sbd.STACK_PLACE_CODE ASC">打印(↑升序)</a-radio>
-            <a-radio value="sbd.STACK_PLACE_CODE DESC">打印(↓降序)</a-radio>
+            <a-radio value="dispatch_bill_detail.STACK_PLACE_CODE ASC">打印(↑升序)</a-radio>
+            <a-radio value="dispatch_bill_detail.STACK_PLACE_CODE DESC">打印(↓降序)</a-radio>
             <a-radio value="-1">不打印</a-radio>
             <a-radio value="-1">不打印</a-radio>
           </a-radio-group>
           </a-radio-group>
         </a-form-model-item>
         </a-form-model-item>