浏览代码

修改bug

qukaidi 3 年之前
父节点
当前提交
2a733054c5
共有 2 个文件被更改,包括 0 次插入26 次删除
  1. 0 13
      src/views/Warehousing/components/incomeMoney.vue
  2. 0 13
      src/views/Warehousing/outStock/AddOrUpdate.vue

+ 0 - 13
src/views/Warehousing/components/incomeMoney.vue

@@ -139,19 +139,6 @@
             <el-input v-model="scope.row.fMblno" :disabled="browseStatus || scope.row.fBillstatus == 6"
             <el-input v-model="scope.row.fMblno" :disabled="browseStatus || scope.row.fBillstatus == 6"
               placeholder="提单号" show-word-limit />
               placeholder="提单号" show-word-limit />
           </span>
           </span>
-
-          <span v-else-if="item.label == 'fInvamount'">
-            <el-input v-model="scope.row.fInvamount" :disabled="browseStatus || scope.row.fBillstatus == 6"
-              placeholder="开票金额" show-word-limit />
-          </span>
-          <span v-else-if="item.label == 'fInvnos'">
-            <el-input v-model="scope.row.fInvnos" :disabled="browseStatus || scope.row.fBillstatus == 6"
-              placeholder="发票号" show-word-limit />
-          </span>
-          <span v-else-if="item.label == 'fInvoicingDate'">
-            <el-date-picker v-model="scope.row.fInvoicingDate" :disabled="browseStatus || scope.row.fBillstatus == 6"
-              placeholder="开票时间" format="yyyy-MM-dd" value-format="yyyy-MM-dd" />
-          </span>
           <span v-else-if="item.label == 'fProductName'">
           <span v-else-if="item.label == 'fProductName'">
             <el-input v-model="scope.row.fProductName" :disabled="browseStatus || scope.row.fBillstatus == 6"
             <el-input v-model="scope.row.fProductName" :disabled="browseStatus || scope.row.fBillstatus == 6"
               placeholder="品名" show-word-limit />
               placeholder="品名" show-word-limit />

+ 0 - 13
src/views/Warehousing/outStock/AddOrUpdate.vue

@@ -763,19 +763,6 @@
                     :value="item.dictValue" />
                     :value="item.dictValue" />
                 </el-select>
                 </el-select>
               </span>
               </span>
-              <span v-else-if="item.label == 'fInvamount'">
-                <el-input v-model="scope.row.fInvamount" :disabled="browseStatus || scope.row.fBillstatus == 6"
-                  placeholder="开票金额" show-word-limit />
-              </span>
-              <span v-else-if="item.label == 'fInvnos'">
-                <el-input v-model="scope.row.fInvnos" :disabled="browseStatus || scope.row.fBillstatus == 6"
-                  placeholder="发票号" show-word-limit />
-              </span>
-              <span v-else-if="item.label == 'fInvoicingDate'">
-                <el-date-picker v-model="scope.row.fInvoicingDate"
-                  :disabled="browseStatus || scope.row.fBillstatus == 6" placeholder="开票时间" format="yyyy-MM-dd"
-                  value-format="yyyy-MM-dd" />
-              </span>
               <span v-else-if="item.label == 'fQty'">
               <span v-else-if="item.label == 'fQty'">
                 <el-input
                 <el-input
                   oninput='this.value=this.value.replace(/[^0-9.]/g,"").replace(/^(\-)*(\d+)\.(\d\d\d).*$/,"$1$2.$3")'
                   oninput='this.value=this.value.replace(/[^0-9.]/g,"").replace(/^(\-)*(\d+)\.(\d\d\d).*$/,"$1$2.$3")'