snow 2 years ago
parent
commit
eb3e49b8f0

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 2 - 3
src/views/sellOut/sellReturn/components/set-work-order.vue

@@ -117,12 +117,11 @@ export default {
   }),
   computed: {
     state() {
-      const { order_type, send_type } = this.sitem || {}
-      console.log(String(order_type) === '1')
+      const { order_type, is_addr } = this.sitem || {}
       return ({
         isHasWorkOrder: this.list && this.list.length !== 0, // true:有发货工单 false:无发货工单
         isStock: String(order_type) === '1', // true:库存品 false:非库存品/采返商品/报备商品
-        isHasAddr: String(send_type) === '1' // true:有地址 false:无地址
+        isHasAddr: String(is_addr) === '1' // true:有地址 false:无地址
       })
     },
     isSalesWarehouselist() {

+ 0 - 2
src/views/youzan/othgoodsOnline/components/online-exam-form.vue

@@ -271,8 +271,6 @@ export default {
    * @param {Array}         statusList       : 驳回至备选项          必填
    * @param {Boolean}       disabled         : 是否禁用              必填
    * @param {Boolean}       isMust           : 是否需要展示驳回节点   必填
-   *
-   *
    */
   /**
    * 事件集合

Some files were not shown because too many files changed in this diff