Explorar el Código

Merge branch 'develop' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop

lilei hace 3 años
padre
commit
be08657264

+ 2 - 0
src/views/allocationManagement/storeTransferOut/detail.vue

@@ -156,6 +156,7 @@ export default {
   },
   mounted () {
     if (!this.$store.state.app.isNewTab || this.outBizSn) { // 页签刷新 或 为弹框时调用
+      this.printCostChecked = true
       this.$refs.table.refresh(true)
       this.getDetail()
       this.getDetailCount()
@@ -164,6 +165,7 @@ export default {
   activated () {
     // 如果是新页签打开或者进入新的子页(例:存在列表第2条数据编辑页页签时再打开第4条数据的编辑页),则重置当前页面
     if (this.$store.state.app.isNewTab || !this.$store.state.app.isNewSubTab) {
+      this.printCostChecked = true
       this.$refs.table.refresh(true)
       this.getDetail()
       this.getDetailCount()

+ 1 - 0
src/views/allocationManagement/storeTransferOut/edit.vue

@@ -478,6 +478,7 @@ export default {
       )
     },
     pageInit () {
+      this.printCostChecked = true
       this.getDetail()
       this.getWarehouseList()
       this.getProductBrand()

+ 1 - 0
src/views/inventoryManagement/inventoryChecking/detailModal.vue

@@ -363,6 +363,7 @@ export default {
     },
     itemSn (newValue, oldValue) {
       if (this.isShow && newValue) {
+        this.isPrice = false
         this.getDetail()
         this.getWarehouseList()
       }

+ 1 - 1
src/views/salesManagement/salesQuery/queryPart.vue

@@ -15,7 +15,7 @@
               <a-input id="productInfoList-vinCode" v-model.trim="queryParam.vinCode" allowClear placeholder="请输入车架号(VIN)">
                 <a-icon @click="uploadFun" :type="vinLoading?'loading':'camera'" slot="addonAfter" :style="{ fontSize: '18px', verticalAlign: 'bottom' }" />
               </a-input>
-              <input type="file" id="filed" hidden="" @change="filePreview">
+              <input type="file" id="filed" accept="image/jpeg,image/png" hidden="" @change="filePreview">
             </a-form-model-item>
           </a-col>
           <a-col :md="5" :sm="24">