|
|
@@ -1556,7 +1556,8 @@ export default {
|
|
|
this.findObject(this.optionContactsBack.column, "dot").disabled = false;
|
|
|
dotList({
|
|
|
storageId: this.form.storageId,
|
|
|
- goodsId: this.formContacts.goodsId
|
|
|
+ goodsId: this.formContacts.goodsId,
|
|
|
+ whether: 1
|
|
|
}).then(res => {
|
|
|
this.findObject(this.optionContactsBack.column, "dot").dicData = res.data.data;
|
|
|
});
|
|
|
@@ -1621,7 +1622,8 @@ export default {
|
|
|
this.findObject(this.optionContacts.column, "dot").disabled = false;
|
|
|
dotList({
|
|
|
storageId: this.form.storageId,
|
|
|
- goodsId: this.formContacts.goodsId
|
|
|
+ goodsId: this.formContacts.goodsId,
|
|
|
+ whether: 1
|
|
|
}).then(res => {
|
|
|
this.findObject(this.optionContacts.column, "dot").dicData = res.data.data;
|
|
|
});
|
|
|
@@ -1891,7 +1893,8 @@ export default {
|
|
|
res.forEach(item => {
|
|
|
dotList({
|
|
|
storageId: this.form.storageId,
|
|
|
- goodsId: res.goodsId
|
|
|
+ goodsId: res.goodsId,
|
|
|
+ whether: 1
|
|
|
}).then(e => {
|
|
|
this.findObject(this.optionContactsBack.column, "dot").dicData = e.data.data;
|
|
|
});
|
|
|
@@ -2135,7 +2138,7 @@ export default {
|
|
|
goodsNumtype: false,
|
|
|
// 价格
|
|
|
pricetype: false,
|
|
|
- historyList:[],
|
|
|
+ historyList: []
|
|
|
// sendNum: 0,
|
|
|
};
|
|
|
if (item.goodsFilesList && item.goodsFilesList.length) {
|
|
|
@@ -2271,7 +2274,8 @@ export default {
|
|
|
this.$refs.formContacts.rowEdit(row, index);
|
|
|
dotList({
|
|
|
storageId: this.form.storageId,
|
|
|
- goodsId: this.formContacts.goodsId
|
|
|
+ goodsId: this.formContacts.goodsId,
|
|
|
+ whether: 1
|
|
|
}).then(res => {
|
|
|
this.findObject(this.optionContactsBack.column, "dot").dicData = res.data.data;
|
|
|
});
|