|
@@ -139,19 +139,6 @@
|
|
|
<el-input v-model="scope.row.fMblno" :disabled="browseStatus || scope.row.fBillstatus == 6"
|
|
|
placeholder="提单号" show-word-limit />
|
|
|
</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'">
|
|
|
<el-input v-model="scope.row.fProductName" :disabled="browseStatus || scope.row.fBillstatus == 6"
|
|
|
placeholder="品名" show-word-limit />
|