lilei 3 years ago
parent
commit
877329f0c2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/salesManagement/waitDispatch/dsModal.vue

+ 2 - 2
src/views/salesManagement/waitDispatch/dsModal.vue

@@ -38,10 +38,10 @@
           </a-form-model-item>
           <a-form-model-item label="备货打印" prop="printStatus">
             <a-radio-group v-model="form.printStatus">
-              <a-radio value="UNABLE_PRINT">
+              <a-radio value="NO_PRINT">
                 允许打印
               </a-radio>
-              <a-radio value="NO_PRINT">
+              <a-radio value="UNABLE_PRINT">
                 暂不打印
               </a-radio>
             </a-radio-group>